Xbasic

PropertyGrid.IsExpanded Function

Syntax

Open_Status as L = PropertyGrid.IsExpanded( Name as C )

Arguments

Open_Status
Name

Description

Reports whether a named category within a property grid is open (expanded) or closed.

Discussion

The PropertyGrid.IsExpanded() method reports whether a named category within a property grid is open (expanded) or closed. Note : Only the {PROPGRID} command can create the PropertyGrid object.

See Also